home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Hity z okladki
/
Diino 4
/
diino4_Setup_En.exe
/
{app}
/
Diino.exe
/
0
/
RCDATA
/
TDLGBLOGCOMMENTEDITOR
/
TDLGBLOGCOMMENTEDITOR.txt
Wrap
Text File
|
2006-11-06
|
2KB
|
118 lines
object DlgBlogCommentEditor: TDlgBlogCommentEditor
Left = 0
Top = 0
Caption = 'Diino Blog Comment Editor'
ClientHeight = 400
ClientWidth = 337
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
DesignSize = (
337
400)
PixelsPerInch = 96
TextHeight = 13
object GbFrom: TTntGroupBox
Left = 4
Top = 7
Width = 325
Height = 98
Anchors = [akLeft, akTop, akRight]
Caption = 'From'
TabOrder = 1
DesignSize = (
325
98)
object LblName: TTntLabel
Left = 12
Top = 24
Width = 31
Height = 13
Caption = 'Name:'
end
object LblEmail: TTntLabel
Left = 12
Top = 47
Width = 32
Height = 13
Caption = 'E-Mail:'
end
object LblDate: TTntLabel
Left = 12
Top = 71
Width = 27
Height = 13
Caption = 'Date:'
end
object LblDateValue: TTntLabel
Left = 71
Top = 71
Width = 42
Height = 13
Caption = '(dummy)'
end
object EdName: TTntEdit
Left = 71
Top = 20
Width = 242
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
OnChange = DetailsChange
end
object EdMail: TTntEdit
Left = 71
Top = 43
Width = 242
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
OnChange = DetailsChange
end
end
object GbComment: TTntGroupBox
Left = 6
Top = 105
Width = 325
Height = 259
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'Comment'
TabOrder = 2
end
object BtnSave: TTntButton
Left = 174
Top = 371
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Save'
ModalResult = 1
TabOrder = 4
end
object BtnCancel: TTntButton
Left = 256
Top = 371
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 0
end
object MoComment: TTntMemo
Left = 18
Top = 129
Width = 301
Height = 223
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 3
OnChange = DetailsChange
end
end